/*Generales*/

body {
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    color: #1a1a1a;
    background: linear-gradient(to bottom, #04b45f 0%, #f6f6f6 68%, #ffffff 100%);
    text-align: center;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}



/*Estructura de la web*/

header {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
}

#logo {
    border-radius: 100px;
    background-color: #FFFFFF;
    display: flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 50px;

}

#logo img {
    text-align: center;
}

#wrapper {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contenedor-horizontal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#contenedor-derecho {
    background-color: #F3F781;
    opacity: 0.7;
}

#horizontal {
    border-radius: 20px;
    background-color: #DF0101;
    padding: 10px;
    margin-right: 10px

}
#horizontal h2{
  color: #FFFFFF;
}

#aside {
    background-color: #CEF6F5;
    border-radius: 20px;
    padding: 10px;
}

.en-aside {
    background-color: #FFFFFF;
    border-radius: 20px;
    margin: 5px;
    padding: inherit;
}

#horizontal-completo {
    background-color: #CEF6F5;
    border-radius: 20px;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
}

footer {
    background-color: #D8D8D8;
    font-size: 12px;
    margin-top: 50px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: relative;
}

footer p {
    text-align: center;
}
